ColorInfo
ColorInfo structure
#include <Palettes.h>
typedef struct { Size Offset Description
RGBColor ciRGB; 6 0 Absolute value; Color QuickDraw
short ciUsage; 2 6 Information about a color's
properties
short ciTolerance; 2 8 How close is this color to what I
specified?
short ciDataFields[3]; 6 10 private fields
} ColorInfo; 16

Notes: This ColorInfo record type is the basic building block of the array that
eventually comprises a color palette data structure. Taken together with
other information on how the colors are used within the palette, the
completed data structure is also the same as the 'pltt' resource type.